projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399de11
)
bgo#653191 - fix uninitialized variable in gtk_file_chooser_entry.c
author
Mike Gorse
<mgorse@novell.com>
Wed, 22 Jun 2011 20:23:15 +0000
(15:23 -0500)
committer
Mike Gorse
<mgorse@novell.com>
Mon, 27 Jun 2011 17:36:11 +0000
(12:36 -0500)
gtk/gtkfilechooserentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserentry.c
b/gtk/gtkfilechooserentry.c
index cebaa9d82b23c81b411db967f246e650eecadfee..55303ed0fbd17521eca093e51ca2af63c021a632 100644
(file)
--- a/
gtk/gtkfilechooserentry.c
+++ b/
gtk/gtkfilechooserentry.c
@@
-369,7
+369,7
@@
completion_match_func (GtkEntryCompletion *comp,
gpointer data)
{
GtkFileChooserEntry *chooser_entry;
- char *name;
+ char *name
= NULL
;
gboolean result;
char *norm_file_part;
char *norm_name;